Skip to content

Conversation

@wolfgangwalther
Copy link
Contributor

@wolfgangwalther wolfgangwalther commented May 26, 2025

With long status entries with many packages, the system is cut off. Since the system is fixed length, it makes more sense to put it at the front. This allows to easily identify the relevant checks.

Also avoid posting a status check for everything with "/" in the prefix, because that's not a package to build anyway.

Resolves #283

@wolfgangwalther
Copy link
Contributor Author

@dasJ maybe you can have a look at this one?

With long status entries with many packages, the system is cut off.
Since the system is fixed length, it makes more sense to put it at the
front. This allows to easily identify the relevant checks.
Everything containing a slash is not a package anyway and just creates
noise in the UI.
@wolfgangwalther
Copy link
Contributor Author

One slight annoyance with the change: Previously all 4 ofborg jobs would appear next to each other, because they all start with the attrpath. After this change, they would be separate, because two start with aarch64 and two start with x86_64 - thus appearing at opposite ends of the check list. I added the shortest possible common prefix to all of them: A .. This should make them all end up in the same position.

@wolfgangwalther
Copy link
Contributor Author

@Conni2461 could you look at this, too?

@blexzy
Copy link

blexzy commented Aug 8, 2025

Good

@wolfgangwalther wolfgangwalther requested review from Conni2461 and removed request for Conni2461 August 16, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Checks UI, tab labels should be different

2 participants